home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / NDXREBU.DFM / NDXREBU.txt
Encoding:
Text File  |  1996-08-12  |  1.7 KB  |  95 lines

  1. object Form1: TForm1
  2.   Left = 212
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   Caption = 'Index Rebuilder'
  6.   ClientHeight = 102
  7.   ClientWidth = 304
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 15
  18.     Top = 9
  19.     Width = 32
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     AutoSize = False
  23.     Caption = 'Alias:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 10
  27.     Top = 36
  28.     Width = 37
  29.     Height = 13
  30.     Alignment = taRightJustify
  31.     AutoSize = False
  32.     Caption = 'Table:'
  33.   end
  34.   object cbAlias: TComboBox
  35.     Left = 51
  36.     Top = 6
  37.     Width = 145
  38.     Height = 21
  39.     Style = csDropDownList
  40.     ItemHeight = 13
  41.     Sorted = True
  42.     TabOrder = 0
  43.     OnChange = cbAliasChange
  44.   end
  45.   object cbTable: TComboBox
  46.     Left = 51
  47.     Top = 33
  48.     Width = 145
  49.     Height = 21
  50.     Style = csDropDownList
  51.     ItemHeight = 13
  52.     Sorted = True
  53.     TabOrder = 1
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 207
  57.     Top = 3
  58.     Width = 89
  59.     Height = 25
  60.     Caption = '&Build Indexes'
  61.     TabOrder = 2
  62.     OnClick = BitBtn1Click
  63.   end
  64.   object BitBtn2: TBitBtn
  65.     Left = 207
  66.     Top = 30
  67.     Width = 89
  68.     Height = 25
  69.     Caption = 'E&xit'
  70.     TabOrder = 3
  71.     Kind = bkClose
  72.   end
  73.   object StatusBar1: TStatusBar
  74.     Left = 0
  75.     Top = 83
  76.     Width = 304
  77.     Height = 19
  78.     Panels = <
  79.       item
  80.         Text = 'Message'
  81.         Width = 250
  82.       end
  83.       item
  84.         Text = 'Count'
  85.         Width = 20
  86.       end>
  87.     SimplePanel = False
  88.   end
  89.   object tblIndex: TTable
  90.     Exclusive = True
  91.     Left = 63
  92.     Top = 12
  93.   end
  94. end
  95.